Skip to content

Fix Navbar Overflow and Update Contact Page Layout - #9025

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sheeeuWu:fix/9021-ui-navbar-contact
Aug 18, 2026
Merged

Fix Navbar Overflow and Update Contact Page Layout#9025
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sheeeuWu:fix/9021-ui-navbar-contact

Conversation

@sheeeuWu

Copy link
Copy Markdown
Contributor

Description

  • Fixed navbar elements overflowing.
  • Removed the Contact link from the navbar since it is already available in the footer.
  • Removed the Back to Home button from the Contact page for consistency with other pages.
  • Added the missing footer to the Contact page.
  • Updated the corresponding test files to reflect the UI changes and ensure all tests pass.

Fixes #9021

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

image

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

@sheeeuWu is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@retenta-bot

retenta-bot Bot commented Aug 14, 2026

Copy link
Copy Markdown

This PR resolves navbar overflow issues and enhances the Contact page layout by removing unnecessary elements and adding a footer. It also includes updates to the test files to ensure all changes are covered. This aligns with previous decisions to improve responsive design and test coverage for UI components. Thank you for your contributions!

@retenta-bot retenta-bot Bot changed the title fix(ui): Navbar overflow and Contact page layout Fix Navbar Overflow and Update Contact Page Layout Aug 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/app/contact/page-[hash].js 5.63 KB 5.38 KB +0.25 KB (+4.66%) 🔴 Regression
static/chunks/app/layout-[hash].js 16.34 KB 16.37 KB -0.03 KB (-0.18%) 🟢 Improvement

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 5008.33 KB 5004.32 KB +4.01 KB (+0.08%)
Total CSS 354.87 KB 354.80 KB +0.07 KB (+0.02%)

@Aamod007 Aamod007 added mentor:Aamod007 type:design UI designs, styling, SVG icons, and themes type:bug Something isn't working as expected level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. labels Aug 16, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good layout updates to fix the navbar overflow by expanding the breakpoint to 1250px and adjusting the max width! Removing the Contact link from the navbar to free up space, alongside the contact page refactor, looks very clean. All tests are updated properly. Approved!

@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Aug 18, 2026
@JhaSourav07
JhaSourav07 merged commit 5064fe5 into JhaSourav07:main Aug 18, 2026
12 of 13 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Aug 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @sheeeuWu! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points level:beginner Small changes Usually isolated fixes or simple UI/text updates. mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:bug Something isn't working as expected type:design UI designs, styling, SVG icons, and themes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Issues: Navbar and Contact Page

3 participants